home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software USA 3 #11
/
Software USA Volume 3.11.iso
/
pc
/
lifestyl
/
scrnsave
/
liggdw
/
install
/
install.dll
/
1001
/
1
/
LGDUTI.H
< prev
next >
Wrap
Text File
|
1996-12-08
|
2KB
|
50 lines
// prototypes for functions in LGDUTI32.DLL
PCHAR LGDCALL StrCopy(PCHAR Dest, PCHAR Source);
PCHAR LGDCALL LgdAboutBox (HWND window,
HICON icon,
PCHAR pchName,
PCHAR pchCR,
BOOL fFullVersion,
int iFactor);
/*
function FindFirst({const} Path: PChar; Attr: Integer;
var F: TSearchRec): Integer; stdcall;
function FindNext(var F: TSearchRec): Integer; stdcall;
procedure FindClose(var F: TSearchRec); stdcall;
*/
int LGDCALL LgdUti32Version (void);
//Function StrPas (pchSource: PChar): string; stdcall;
int LGDCALL StrLen (PCHAR pchSource);
void LGDCALL StrLCopy (PCHAR dest, PCHAR source, int cLen);
void LGDCALL StrPCopy (PCHAR dest, PSTRING s);
/*
Procedure LgdModuleName (hInst: integer; var achDir, achName, achExt: string); stdcall;
Procedure LgdSleep (var lLgdSleep: LongInt; lSleep: LongInt); stdcall;
Procedure LgdRegOpenKey (var p: pointer; achOwner, achSaver: string); stdcall;
Procedure LgdRegCloseKey (var p: pointer); stdcall;
Procedure LgdRegGetString (var p: pointer; achTopic, achItem, achDefault: string; var achValue: string); stdcall;
Procedure LgdRegSetString (var p: pointer; achTopic, achItem, achValue: string); stdcall;
Procedure LgdRegGetInteger (var p: pointer; achTopic, achItem, achDefault: string; var iValue: integer); stdcall;
Procedure LgdRegSetInteger (var p: pointer; achTopic, achItem: string; iValue: integer); stdcall;
Procedure LgdRegGetDouble (var p: pointer; achTopic, achItem, achDefault: string; var dbValue: double); stdcall;
Procedure LgdRegSetDouble (var p: pointer; achTopic, achItem: string; dbValue: double); stdcall;
Function MyGetTickCount: integer; stdcall;
Function GetWin32Version: LongInt; stdcall;
*/